home *** CD-ROM | disk | FTP | other *** search
/ PC Basics 53 / PC Basics Issue 53.iso / Software / Internet / Invboard.exe / PC Basics 53 / Invboard / upload / lang / en / ReportWords.php < prev   
Encoding:
PHP Script  |  2002-06-12  |  606 b   |  17 lines

  1. <?php
  2.  
  3. $lang = array (
  4.  
  5. send                    =>    "Send report now",
  6. message                    =>    "Your message",
  7. title                    =>    "Report a post to a moderator",
  8. redirect                    =>    "Report sent, returning you to the topic you came from",
  9. in_topic                    =>    "Topic Title",
  10. subject                    =>    "Mailer from Invision Board: Reporting post",
  11. in_forum                    =>    "Reported in forum",
  12. ibauto                    =>    "Invision Board Bot",
  13. warn                    =>    "This form is for reporting abusive behaviour (spamming, rude posts, etc) ONLY.<br>DO NOT use this form just to contact a moderator - these messages will be ignored!",
  14. email                    =>    "Your email",
  15. name                    =>    "Your name",
  16. );
  17. ?>